home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk53 / memmometer / mm.h < prev    next >
C/C++ Source or Header  |  1995-03-18  |  332b  |  14 lines

  1. /* : ai=0 bk=0 ts=8 */
  2. #include <intuition/intuition.h>
  3. #include <intuition/intuitionbase.h>
  4. #include <graphics/gfx.h>
  5. #include <graphics/gfxbase.h>
  6. #include <exec/exec.h>
  7. #include <exec/execbase.h>
  8. #include <functions.h>
  9.  
  10. extern struct IntuitionBase *IntuitionBase ;
  11. extern struct Window *window ;
  12. extern struct MsgPort *myport ;
  13.  
  14.